Skip to content

feat(wayland): add touchscreen input support#256

Merged
devmobasa merged 1 commit into
mainfrom
feat/touchscreen-support
Jun 17, 2026
Merged

feat(wayland): add touchscreen input support#256
devmobasa merged 1 commit into
mainfrom
feat/touchscreen-support

Conversation

@devmobasa

Copy link
Copy Markdown
Owner

Closes #254

Summary

  • Adds Wayland wl_touch handling for touchscreen input.
  • Routes primary touch contact through the existing drawing, toolbar, toast, inline-toolbar, and board-pan paths.
  • Tracks one active touch sequence at a time and cancels in-progress touch interactions cleanly when the compositor cancels touch or removes touch capability.
  • Adds focused tests for touch contact tracking.

Bind wl_touch seat capability and route the primary touch contact through the existing left-button input path for drawing, toolbar, modal, and toast interactions. Add touch state tracking and cancellation cleanup for stale toolbar, board-pan, and suppressed-release state.
@devmobasa devmobasa merged commit ec544fe into main Jun 17, 2026
2 checks passed
@devmobasa devmobasa deleted the feat/touchscreen-support branch June 17, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Touchscreen support.

1 participant